home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Designer's Club 1997 September
/
Designer's Club 1997 September.iso
/
mac
/
Idea Source™
/
Bugs.DIR
/
00102.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-07-24
|
311 b
|
17 lines
on exitFrame
blorb()
set the locH of sprite 16 to the locH of sprite 17 + 20
set the locV of sprite 16 to the locV of sprite 17 - 20
updateStage()
go(the frame)
end
on mouseUp
if sprite 16 intersects 2 then
go("roachjar")
end if
if sprite 16 intersects 18 then
go("munch")
end if
end